gpsbabel.git
18 years agogpsmath: Fix problem with conversion from UTM coordinates in southern hemisphere.
oliskoli [Thu, 24 May 2007 12:01:52 +0000 (12:01 +0000)]
gpsmath: Fix problem with conversion from UTM coordinates in southern hemisphere.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2797 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd support user defined bitmap (BMP file).
oliskoli [Wed, 23 May 2007 21:47:55 +0000 (21:47 +0000)]
Add support user defined bitmap (BMP file).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2796 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd support for multiple POI lists to writer code.
oliskoli [Tue, 22 May 2007 21:28:54 +0000 (21:28 +0000)]
Add support for multiple POI lists to writer code.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2795 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoRename module garmin_poi. New name is now garmin_gpi.
oliskoli [Sun, 20 May 2007 21:32:15 +0000 (21:32 +0000)]
Rename module garmin_poi. New name is now garmin_gpi.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2794 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoRename module garmin_poi. New name is now garmin_gpi.
oliskoli [Sun, 20 May 2007 21:27:01 +0000 (21:27 +0000)]
Rename module garmin_poi. New name is now garmin_gpi.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2793 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd support for Garmin POI's (.gpi files).
oliskoli [Sun, 20 May 2007 21:21:53 +0000 (21:21 +0000)]
Add support for Garmin POI's (.gpi files).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2792 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agogarmin_poi: Add gpi writer code.
oliskoli [Sun, 20 May 2007 21:20:57 +0000 (21:20 +0000)]
garmin_poi: Add gpi writer code.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2791 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agogarmin_poi: Add gpi writer code.
oliskoli [Sun, 20 May 2007 20:40:02 +0000 (20:40 +0000)]
garmin_poi: Add gpi writer code.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2790 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd support (currently only a reader) for Garmin POI's (.gpi files).
oliskoli [Sun, 20 May 2007 20:39:01 +0000 (20:39 +0000)]
Add support (currently only a reader) for Garmin POI's (.gpi files).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2789 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd support (currently only a reader) for Garmin POI's (.gpi files).
oliskoli [Fri, 18 May 2007 21:28:32 +0000 (21:28 +0000)]
Add support (currently only a reader) for Garmin POI's (.gpi files).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2788 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUse description as name source when we don't have notes in maggeo.
robertl [Tue, 15 May 2007 21:56:40 +0000 (21:56 +0000)]
Use description as name source when we don't have notes in maggeo.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2787 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoCorrect test for unknown alt in lowranceusr writer.
robertl [Tue, 15 May 2007 13:41:24 +0000 (13:41 +0000)]
Correct test for unknown alt in lowranceusr writer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2786 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agocsv_util: convert date to local date only when non-zero.
oliskoli [Tue, 15 May 2007 12:09:34 +0000 (12:09 +0000)]
csv_util: convert date to local date only when non-zero.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2785 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoadd 'nourl' option to an1 format
parkrrrr [Mon, 14 May 2007 14:18:19 +0000 (14:18 +0000)]
add 'nourl' option to an1 format

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2784 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdded xhtmlent.c to define XHTML entities. Currently used by google reader.
parkrrrr [Fri, 11 May 2007 15:55:17 +0000 (15:55 +0000)]
Added xhtmlent.c to define XHTML entities.  Currently used by google reader.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2783 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years ago- Added the rest of the XHTML entities to the google reader in a slightly
parkrrrr [Fri, 11 May 2007 15:54:47 +0000 (15:54 +0000)]
- Added the rest of the XHTML entities to the google reader in a slightly
  more reasonable form.  Letting expat do the heavy lifting for entity
  substitutions.
- Replaced ugly O(n^2) string replacement with one that's closer to O(n).
  The fact that TheDailyWTF just featured code like the code that was here
  originally is just a coincidence, really.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2782 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoI'm not convinced this isn't a problem with Xcode on the Mac, but double case the...
robertl [Thu, 10 May 2007 20:20:13 +0000 (20:20 +0000)]
I'm not convinced this isn't a problem with Xcode on the Mac, but double case the internal longitude conversion for Cetus to avoid integer overflow.CVS: ----------------------------------------------------------------------

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2781 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoLet IGC reader tolerate blank lines on input.
robertl [Thu, 10 May 2007 18:28:58 +0000 (18:28 +0000)]
Let IGC reader tolerate blank lines on input.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2780 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agohandle nbsp in google maps. We probably need a more generic entity handler, but...
parkrrrr [Thu, 10 May 2007 16:39:21 +0000 (16:39 +0000)]
handle nbsp in google maps.  We probably need a more generic entity handler, but nbsp is the only one I've seen so far

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2779 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAccept and handle special header line from SONY-GPS devices.
oliskoli [Wed, 9 May 2007 23:11:47 +0000 (23:11 +0000)]
Accept and handle special header line from SONY-GPS devices.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2778 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUpdate french translations.
oliskoli [Tue, 8 May 2007 20:55:32 +0000 (20:55 +0000)]
Update french translations.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2777 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUpdate spanish translations.
oliskoli [Tue, 8 May 2007 20:52:54 +0000 (20:52 +0000)]
Update spanish translations.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2776 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUpdate german translations.
oliskoli [Tue, 8 May 2007 20:51:31 +0000 (20:51 +0000)]
Update german translations.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2775 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd basic hungarian GUI translations. Switch on xcsv format.
oliskoli [Tue, 8 May 2007 20:49:14 +0000 (20:49 +0000)]
Add basic hungarian GUI translations. Switch on xcsv format.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2774 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd basic hungarian GUI translations.
oliskoli [Tue, 8 May 2007 20:43:22 +0000 (20:43 +0000)]
Add basic hungarian GUI translations.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2773 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd basic hungarian GUI translations. Switch on xcsv format.
oliskoli [Tue, 8 May 2007 20:39:16 +0000 (20:39 +0000)]
Add basic hungarian GUI translations. Switch on xcsv format.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2772 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoRegenerate reference data after wbt-200 changes.
oliskoli [Fri, 4 May 2007 20:40:26 +0000 (20:40 +0000)]
Regenerate reference data after wbt-200 changes.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2771 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoxcsv: Add support for BNG (British National Grid) coordinates.
oliskoli [Fri, 4 May 2007 20:02:25 +0000 (20:02 +0000)]
xcsv: Add support for BNG (British National Grid) coordinates.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2770 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agog7towin: Fix reading of waypoint lines with empty (short)names.
oliskoli [Fri, 4 May 2007 08:44:42 +0000 (08:44 +0000)]
g7towin: Fix reading of waypoint lines with empty (short)names.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2769 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agogdb: Fix V3 reader code (unexpected location of descriptions since MS 6.12.3).
oliskoli [Fri, 4 May 2007 08:41:41 +0000 (08:41 +0000)]
gdb: Fix V3 reader code (unexpected location of descriptions since MS 6.12.3).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2768 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdded multi-leg route support to google maps input format
parkrrrr [Thu, 3 May 2007 18:15:19 +0000 (18:15 +0000)]
Added multi-leg route support to google maps input format

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2767 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoFixed google maps route format for May 2007 update
parkrrrr [Thu, 3 May 2007 15:26:51 +0000 (15:26 +0000)]
Fixed google maps route format for May 2007 update

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2766 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoFix for usb-serial adapter users and command display in the log window
threadhead2 [Wed, 2 May 2007 21:19:53 +0000 (21:19 +0000)]
Fix for usb-serial adapter users and command display in the log window

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2765 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoPatches from Andy to add WBT-201 support.
robertl [Tue, 1 May 2007 03:40:55 +0000 (03:40 +0000)]
Patches from Andy to add WBT-201 support.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2764 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agono message
threadhead2 [Wed, 25 Apr 2007 00:41:37 +0000 (00:41 +0000)]
no message

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2763 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoGPSBabel+ full image, not ready for release until tested.
threadhead2 [Wed, 25 Apr 2007 00:40:04 +0000 (00:40 +0000)]
GPSBabel+ full image, not ready for release until tested.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2762 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agono message
threadhead2 [Mon, 23 Apr 2007 18:01:50 +0000 (18:01 +0000)]
no message

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2760 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agotef_xml: Add support for "TourExchangeFormat" version 1.5.
oliskoli [Sat, 21 Apr 2007 19:42:31 +0000 (19:42 +0000)]
tef_xml: Add support for "TourExchangeFormat" version 1.5.
Try to repair cutted descriptions. Regenerate gpx reference.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2759 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agobcr: Change handling of DESCRIPTION lines. Regenerate reference files.
oliskoli [Sat, 21 Apr 2007 16:41:03 +0000 (16:41 +0000)]
bcr: Change handling of DESCRIPTION lines. Regenerate reference files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2758 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoraymarine: Change line feeds to fixed CRLF. Re-create reference data.
oliskoli [Fri, 20 Apr 2007 19:35:33 +0000 (19:35 +0000)]
raymarine: Change line feeds to fixed CRLF. Re-create reference data.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2757 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoraymarine: Limit route names also to 16 characters. Bug-fix - add missing comma ...
oliskoli [Fri, 20 Apr 2007 19:33:18 +0000 (19:33 +0000)]
raymarine: Limit route names also to 16 characters. Bug-fix - add missing comma (write_route_wpt_cb/items).
Change line feeds to fixed CRLF. Add some MapSource icon names to icon mappings.
Remove unused column id from icon table. Re-create reference data.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2756 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd reference file for TomTom Places of Interest (tomtom_asc).
oliskoli [Tue, 17 Apr 2007 21:26:59 +0000 (21:26 +0000)]
Add reference file for TomTom Places of Interest (tomtom_asc).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2755 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd testo sequence for tomtom_itn.
oliskoli [Tue, 17 Apr 2007 21:21:33 +0000 (21:21 +0000)]
Add testo sequence for tomtom_itn.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2754 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd reference file for TomTom Itineraries (tomtom_itn).
oliskoli [Tue, 17 Apr 2007 21:19:41 +0000 (21:19 +0000)]
Add reference file for TomTom Itineraries (tomtom_itn).

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2753 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoTypo fix.
oliskoli [Tue, 17 Apr 2007 21:11:02 +0000 (21:11 +0000)]
Typo fix.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2752 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoDo not substitute __VERSION__ for non-ambiguous testo results.
oliskoli [Tue, 17 Apr 2007 20:44:38 +0000 (20:44 +0000)]
Do not substitute __VERSION__ for non-ambiguous testo results.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2751 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd test sequence for tomtom_asc.
oliskoli [Tue, 17 Apr 2007 20:39:08 +0000 (20:39 +0000)]
Add test sequence for tomtom_asc.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2750 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd new field macros LAT_10EX and LON_10EX. The real field name
oliskoli [Tue, 17 Apr 2007 20:25:25 +0000 (20:25 +0000)]
Add new field macros LAT_10EX and LON_10EX. The real field name
in a style sheet can be i.e. LAT_10E5, which represents latitude
multiplied by "10 power 5".

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2749 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd style sheets tomtom_itn "TomTom Itenaries" and tomtom_asc "TomTom POI ascii files".
oliskoli [Tue, 17 Apr 2007 20:21:07 +0000 (20:21 +0000)]
Add style sheets tomtom_itn "TomTom Itenaries" and tomtom_asc "TomTom POI ascii files".

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2748 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd new field macros LAT_10EX and LON_10EX. The real field name
oliskoli [Tue, 17 Apr 2007 20:09:01 +0000 (20:09 +0000)]
Add new field macros LAT_10EX and LON_10EX. The real field name
in a style sheet can be i.e. LAT_10E5, which represents latitude
multiplied by "10 power 5".

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2747 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoMake 'install' depend on having the executable itself.
robertl [Mon, 16 Apr 2007 23:34:14 +0000 (23:34 +0000)]
Make 'install' depend on having the executable itself.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2746 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoLet KML writer scribble timestamp in the table so it can be seen by user.
robertl [Mon, 16 Apr 2007 23:23:20 +0000 (23:23 +0000)]
Let KML writer scribble timestamp in the table so it can be seen by user.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2745 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoInitialize new version "1.3.4-beta20070415".
oliskoli [Sun, 15 Apr 2007 21:02:09 +0000 (21:02 +0000)]
Initialize new version "1.3.4-beta20070415".

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2744 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd new format "g7towin". This format can read data files (.g7t) from G7ToWin.
oliskoli [Sun, 15 Apr 2007 20:33:09 +0000 (20:33 +0000)]
Add new format "g7towin". This format can read data files (.g7t) from G7ToWin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2743 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd new format "g7towin". This format can read data files (.g7t) from G7ToWin.
oliskoli [Sun, 15 Apr 2007 19:51:36 +0000 (19:51 +0000)]
Add new format "g7towin". This format can read data files (.g7t) from G7ToWin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2742 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd new format "g7towin". This format can read data files (.g7t) from G7ToWin.
oliskoli [Sun, 15 Apr 2007 19:46:40 +0000 (19:46 +0000)]
Add new format "g7towin". This format can read data files (.g7t) from G7ToWin.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2741 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agowaypt: Be more verbose when stopping because of invalid coordinates.
oliskoli [Sun, 15 Apr 2007 19:08:51 +0000 (19:08 +0000)]
waypt: Be more verbose when stopping because of invalid coordinates.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2740 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agobcr: Change handling of DESCRIPTION lines. Regenerate reference files.
oliskoli [Sun, 15 Apr 2007 18:59:42 +0000 (18:59 +0000)]
bcr: Change handling of DESCRIPTION lines. Regenerate reference files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2739 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd Jon McClintock to authors.
oliskoli [Sun, 15 Apr 2007 18:53:08 +0000 (18:53 +0000)]
Add Jon McClintock to authors.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2738 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAdd Jeremy Ehrhardt to authors.
oliskoli [Sun, 15 Apr 2007 18:45:24 +0000 (18:45 +0000)]
Add Jeremy Ehrhardt to authors.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2737 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUse global defined index of datum WGS84 and OSGB36.
oliskoli [Sat, 14 Apr 2007 15:59:11 +0000 (15:59 +0000)]
Use global defined index of datum WGS84 and OSGB36.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2736 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoUse global defined index of datum WGS84 and OSGB36.
oliskoli [Sat, 14 Apr 2007 15:26:01 +0000 (15:26 +0000)]
Use global defined index of datum WGS84 and OSGB36.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2735 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoFix probably gbfile bug. Sorry, I don't know, why that was here.
oliskoli [Sat, 14 Apr 2007 14:53:59 +0000 (14:53 +0000)]
Fix probably gbfile bug. Sorry, I don't know, why that was here.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2734 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoDelete no more used text_file prototypes.
oliskoli [Sat, 14 Apr 2007 14:50:39 +0000 (14:50 +0000)]
Delete no more used text_file prototypes.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2733 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoRemove unused variable 'serial'.
oliskoli [Sat, 14 Apr 2007 14:48:30 +0000 (14:48 +0000)]
Remove unused variable 'serial'.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2732 f51c46e8-681c-474f-0cfe-069cfd0219fb

18 years agoAllow floating values in UTM coordinates.
oliskoli [Sat, 14 Apr 2007 14:47:14 +0000 (14:47 +0000)]
Allow floating values in UTM coordinates.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2731 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoPlease ignore gpsbabel-debug too.
oliskoli [Fri, 13 Apr 2007 08:12:37 +0000 (08:12 +0000)]
Please ignore gpsbabel-debug too.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2730 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agogarmin_txt: Add common string-to-coordinates parser. Add UTM to supported grids.
oliskoli [Fri, 13 Apr 2007 08:10:56 +0000 (08:10 +0000)]
garmin_txt: Add common string-to-coordinates parser. Add UTM to supported grids.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2729 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd code for a common string-to-coordinates parser.
oliskoli [Fri, 13 Apr 2007 08:05:56 +0000 (08:05 +0000)]
Add code for a common string-to-coordinates parser.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2728 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoTypo fix. Add functions GPS_Math_Known_Datum_To_UTM_EN(), GPS_Math_UTM_EN_To_Known_Da...
oliskoli [Fri, 13 Apr 2007 08:01:59 +0000 (08:01 +0000)]
Typo fix. Add functions GPS_Math_Known_Datum_To_UTM_EN(), GPS_Math_UTM_EN_To_Known_Datum() and GPS_Math_Get_Datum_Name().

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2727 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoDisable debug statements.
oliskoli [Mon, 9 Apr 2007 18:57:35 +0000 (18:57 +0000)]
Disable debug statements.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2726 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoExtend simple filter for WGS datums.
oliskoli [Mon, 9 Apr 2007 18:48:41 +0000 (18:48 +0000)]
Extend simple filter for WGS datums.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2725 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd newline (\n) to fatal or warning.
oliskoli [Mon, 9 Apr 2007 18:43:26 +0000 (18:43 +0000)]
Add newline (\n) to fatal or warning.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2724 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoLet 2820 do 20 char wpt names.
robertl [Sat, 31 Mar 2007 16:40:56 +0000 (16:40 +0000)]
Let 2820 do 20 char wpt names.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2723 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agonmea: Get options gpxxx working. Initialize sleepus with -1.
oliskoli [Thu, 29 Mar 2007 22:06:07 +0000 (22:06 +0000)]
nmea: Get options gpxxx working. Initialize sleepus with -1.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2722 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoLowrance doc tweaks.
robertl [Wed, 28 Mar 2007 16:06:07 +0000 (16:06 +0000)]
Lowrance doc tweaks.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2721 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoTypo fix in style doc.
robertl [Wed, 28 Mar 2007 13:01:35 +0000 (13:01 +0000)]
Typo fix in style doc.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2720 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoraymarine: Remove GUID generation.
oliskoli [Tue, 27 Mar 2007 21:31:24 +0000 (21:31 +0000)]
raymarine: Remove GUID generation.
Fix "PredictedTwa" output. Use some other default values.
Regenerate reference data.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2719 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd new format "ggv_log". This format supports binary tracklogs used by Geogrid-Viewer.
oliskoli [Tue, 27 Mar 2007 20:46:20 +0000 (20:46 +0000)]
Add new format "ggv_log". This format supports binary tracklogs used by Geogrid-Viewer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2718 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agostmwpp: Remove unreachable case target. Create route points when objective is set...
oliskoli [Tue, 27 Mar 2007 20:07:15 +0000 (20:07 +0000)]
stmwpp: Remove unreachable case target. Create route points when objective is set to rtedata.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2717 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agomsroute: Use gbfile API. Fix ole_find_property().
oliskoli [Tue, 27 Mar 2007 20:01:09 +0000 (20:01 +0000)]
msroute: Use gbfile API. Fix ole_find_property().

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2716 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agomsroute: Use gbfile API. Fix ole_find_property().
oliskoli [Tue, 27 Mar 2007 19:53:09 +0000 (19:53 +0000)]
msroute: Use gbfile API. Fix ole_find_property().

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2715 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoEnable synthesized GPS fixes for tracks. Without we get a lot of empty NMEA track...
oliskoli [Tue, 27 Mar 2007 19:40:50 +0000 (19:40 +0000)]
Enable synthesized GPS fixes for tracks. Without we get a lot of empty NMEA track files.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2714 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agopcx: Set NULL as option default for cartoexploreur. Recreate reference/track/pcx...
oliskoli [Tue, 27 Mar 2007 19:18:44 +0000 (19:18 +0000)]
pcx: Set NULL as option default for cartoexploreur. Recreate reference/track/pcx.trk.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2713 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoFix error message text on invalid longitude.
robertl [Tue, 27 Mar 2007 18:50:53 +0000 (18:50 +0000)]
Fix error message text on invalid longitude.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2712 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd a cross-configure target just so I don't have to remember that awful syntax.
robertl [Tue, 27 Mar 2007 18:49:46 +0000 (18:49 +0000)]
Add a cross-configure target just so I don't have to remember that awful syntax.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2711 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd new format "ggv_log". This format supports binary tracklogs used by EADS Geogrid...
oliskoli [Mon, 26 Mar 2007 22:25:16 +0000 (22:25 +0000)]
Add new format "ggv_log". This format supports binary tracklogs used by EADS Geogrid Viewer.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2710 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd functions waypt_speed() and waypt_time().
oliskoli [Mon, 26 Mar 2007 22:18:53 +0000 (22:18 +0000)]
Add functions waypt_speed() and waypt_time().
waypt_speed calculates the speed between two points (in meters per second).
waypt_time returns the creation_time of a waypoint including microseconds in fractional portion.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2709 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoJeremy Ehrhardt contributes vitovtt format.
robertl [Fri, 23 Mar 2007 17:42:01 +0000 (17:42 +0000)]
Jeremy Ehrhardt contributes vitovtt format.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2708 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoMinor RT fixes missed from last change.
robertl [Fri, 16 Mar 2007 15:42:05 +0000 (15:42 +0000)]
Minor RT fixes missed from last change.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2707 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoJon McClinton and Robert Lipe add NMEA realtime tracking output, tweak realtime track...
robertl [Thu, 15 Mar 2007 16:53:44 +0000 (16:53 +0000)]
Jon McClinton and Robert Lipe add NMEA realtime tracking output, tweak realtime tracking output for KML, and enhance reliability for Garmin/USB tracking on Linux and Mac.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2706 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoTypo fix.
oliskoli [Wed, 14 Mar 2007 21:16:58 +0000 (21:16 +0000)]
Typo fix.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2705 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoSet always the "converted" flag.
oliskoli [Wed, 14 Mar 2007 21:16:12 +0000 (21:16 +0000)]
Set always the "converted" flag.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2704 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoFix possible endless loop.
oliskoli [Wed, 14 Mar 2007 18:03:23 +0000 (18:03 +0000)]
Fix possible endless loop.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2703 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoJon McClintlock and Robert Lipe fix bogus free in Linux/Mac USB garmin teardown.
robertl [Wed, 14 Mar 2007 17:34:11 +0000 (17:34 +0000)]
Jon McClintlock and Robert Lipe fix bogus free in Linux/Mac USB garmin teardown.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2702 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoCheck in nearly new gdb module.
oliskoli [Mon, 12 Mar 2007 22:30:00 +0000 (22:30 +0000)]
Check in nearly new gdb module.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2701 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoFinalize "Multiple URL support" code. Move add_url to waypt.c. Now called 'waypt_add_...
oliskoli [Mon, 12 Mar 2007 22:26:31 +0000 (22:26 +0000)]
Finalize "Multiple URL support" code. Move add_url to waypt.c. Now called 'waypt_add_url'.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2700 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoFinalize "Multiple URL support" code.
oliskoli [Mon, 12 Mar 2007 22:15:42 +0000 (22:15 +0000)]
Finalize "Multiple URL support" code.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2699 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd test entry for multiple GPX 1.1 links.
robertl [Mon, 12 Mar 2007 15:34:58 +0000 (15:34 +0000)]
Add test entry for multiple GPX 1.1 links.
Try to fix our handling of schemaLoc in GPX 1.1
Make transform-rte and transform-wpt (validated) GPX 1.1 since they came
 from GPX 1.1.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2698 f51c46e8-681c-474f-0cfe-069cfd0219fb

19 years agoAdd multiple link support for GPX 1.1 on read and write.
robertl [Sun, 11 Mar 2007 15:33:55 +0000 (15:33 +0000)]
Add multiple link support for GPX 1.1 on read and write.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2697 f51c46e8-681c-474f-0cfe-069cfd0219fb